Form is blank due to not bound to table or query.
Cause:
The form is not bound to an underlying table or query in the 'Record Source' box of the property sheet.
Solution:
In the Forms Design view, use the 'Record Source' property box in the property sheet to bind the form to its underlying table or query.
1) If the Database window is not activated, activate the Database window.
2) Click the 'Forms' tab in the Database window.
Forms tab
3) Select the desired form from the list. (The selected form is highlighted.)
4) Click 'Design'. (The selected form appears in Design view, and the floating Toolbox appears.)
5) Select the 'View' menu and select 'Properties'. (The property sheet appears.)
6) Click the 'Data' tab.
7) Click on the 'Record Source' box. (A down arrow appears.)
8) Click down arrow. (A drop-down list appears.)
9) Select the desired table or query to bind to the form.
10) Select the 'File' menu and select 'Save' to save changes to the form.